Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.5.7 | 2025-06-01 | ||
0.6.4 | 2025-04-15 | ||
0.6.3 | 2025-03-25 | ||
0.6.2 | 2025-03-19 | ||
VstBoard_0.5.6_x86.exe | 2011-10-06 | 9.9 MB | |
VstBoard_0.5.6_x64.exe | 2011-10-06 | 11.3 MB | |
VstBoard_0.5.5_x64.exe | 2011-09-30 | 11.3 MB | |
VstBoard_0.5.5_x86.exe | 2011-09-30 | 9.9 MB | |
VstBoard_0.5.4_x64.exe | 2011-09-28 | 11.3 MB | |
VstBoard_0.5.4_x86.exe | 2011-09-28 | 9.9 MB | |
VstBoard_0.5.3_x64.exe | 2011-09-27 | 11.3 MB | |
VstBoard_0.5.3_x86.exe | 2011-09-27 | 9.9 MB | |
VstBoard_0.5.2_x86.exe | 2011-09-07 | 9.9 MB | |
VstBoard_0.5.2_x64.exe | 2011-09-07 | 11.2 MB | |
VstBoard_0.5.1_x64.exe | 2011-08-21 | 11.2 MB | |
VstBoard_0.5.1_x86.exe | 2011-08-21 | 9.9 MB | |
VstBoard_0.5.0_x64.exe | 2011-08-08 | 11.2 MB | |
VstBoard_0.5.0_x86.exe | 2011-08-08 | 10.0 MB | |
VstBoard_0.4.9_x64.exe | 2011-08-06 | 11.2 MB | |
VstBoard_0.4.9_x86.exe | 2011-08-06 | 10.0 MB | |
VstBoard_0.4.8_x64.exe | 2011-08-06 | 11.2 MB | |
VstBoard_0.4.8_x86.exe | 2011-08-06 | 10.0 MB | |
Totals: 22 Items | 190.5 MB | 1 |
Disclaimer: I am not a developer; this is a hobby project and I don't know what I am doing. Please don't use my code as a reference. As a standalone application, VstBoard can host 64-bit CLAP, VST3, VST and 32-bit VST. VstBoard can also be loaded as a 64-bit CLAP, VST3, VST plugin. How to build VstBoard: ================ Steinberg SDKs: ================ "VST SDK" and "ASIO SDK" are available at https://www.steinberg.net/developers/ Copy the VST SDK in ./libs/vst3sdk Copy the Asio SDK in ./libs/portaudio/src/hostapi/asio/ASIOSDK (see README.txt in that folder) Vst2.4 is no longer supported; compatibility is still provided by vestige Copyright (c) 2006 Javier Serrano Polo <jasp00/at/users.sourceforge.net> Qt: ================ Download and install "Qt Community Edition" for MSVC from https://www.qt.io QwinMirgate: ================ Found in the libs directory Building it as a DLL is not straightforward; it needs some convincing... I don't remember what worked in the end build64.bat: ================ Open buildall.pro in QtCreator, or user the build64.bat script : Use the MSVC "x64 Native Tools Command Prompt for VS 2022" prompt Launch build64.bat from the source dir, it should build the release version, and the installer with NSIS (https://nsis.sourceforge.io/Download)